home *** CD-ROM | disk | FTP | other *** search
/ Games for Fun 1 / games-for-fun.iso / Guck rein! / Shareware / Pov-Ray / POV-Ray (68040) / POV-Ray (68040).rsrc / TEXT_303_bounded_by.txt < prev    next >
Encoding:
Text File  |  1994-03-29  |  315 b   |  7 lines

  1. // set an outer proposed boundary for parent object(s)
  2. // allows the ray-tracer to do a quick check on the BoundingShape,
  3. // and if outside, it skips checking this object.  Note that this
  4. // is not a 100% guaranteed clipping shape... use the
  5. // clipped_by statement for that.
  6. bounded_by { box { -(x+y+z) +(x+y+z) }
  7.